home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Mouse Event Handling
- Sent: 3/13/96 9:16 AM
- Received: 3/13/96 9:31 AM
- From: lamiraux@apple.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >Henri,
- >
- >I've looked at ODF's FW_CTracker and it appears that it will not handle
- >tracking from one frame to another. I am writing a part that uses multiple
- >sequenced frames and needs to be able to tell when the mouse is within a
- >frame, when it leaves a frame and when it enters another frame when the mouse
- >button is down.
- >
- >If FW_CTracker is the way to go, could you send me a snippet of code to
- >demonstrate how to use it going from frame to frame? Or, is there some way
- >to use ODF's MouseEnter, MouseWithin and MouseLeave routines while the mouse
- >button is down?
- >
- >Your help is appreciated,
- >Ken
- >BikeB4Work@aol.com
-
- You are right, FW_CTracker doesn't work accross frames. I didn't
- understand you were trying to do that.
-
- MouseEnter, MouseWithin and MouseLeave are not ODF methods they are
- OpenDoc methods (we just transform calls to those methods to special
- events and sent them to FW_MEventHandler). The limitation you have found
- is a limitation in OpenDoc.
-
- This is something we will add in a future release of ODF but right now
- you need to deal with OpenDoc directly. I will forward your question to
- the OpenDoc team (You can also send it to the OpenDoc-Interest mailing
- list).
-
-
-
- .......................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- .......................................................................
-
-
-